OCR 드로잉
IronSoftware.Drawing는 Iron Software 에서 개발한 오픈 소스 라이브러리로, C# 소프트웨어 엔지니어가 Windows, macOS 및 Linux 플랫폼의 .NET 프로젝트에서 System.Drawing를 대체하는 데 도움을 줍니다.
더 자세한 정보는 IronDrawing을 참조하십시오.
using IronSoftware.Drawing; // AnyBitmap System.Drawing.Bitmap bitmapsysBitmap; System.Drawing.Image sysImage; AnyBitmap ironBitmap; // Color System.Drawing.Color sysColor; Color ironColor; // Rectangle System.Drawing.Rectangle sysRectangle; Rectangle ironRectangle; // Font System.Drawing.Font sysFont; Font ironFont;
Imports IronSoftware.Drawing ' AnyBitmap Private bitmapsysBitmap As System.Drawing.Bitmap Private sysImage As System.Drawing.Image Private ironBitmap As AnyBitmap ' Color Private sysColor As System.Drawing.Color Private ironColor As Color ' Rectangle Private sysRectangle As System.Drawing.Rectangle Private ironRectangle As Rectangle ' Font Private sysFont As System.Drawing.Font Private ironFont As Font
Install-Package IronOcr
IronSoftware.Drawing는 Iron Software 에서 개발한 오픈 소스 라이브러리로, C# 소프트웨어 엔지니어가 Windows, macOS 및 Linux 플랫폼의 .NET 프로젝트에서 System.Drawing를 대체하는 데 도움을 줍니다.
더 자세한 정보는 IronDrawing을 참조하십시오.